home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / popularity-contest.preinst < prev    next >
Text File  |  2008-10-20  |  206b  |  11 lines

  1. #!/bin/sh
  2.  
  3.  
  4.  
  5. # older versions had popularity-contest as a conffile in a different dir, so
  6. # it won't get removed automatically.
  7. #
  8. if [ "$1" = upgrade ]; then
  9.     rm -f /etc/cron.daily/popularity-contest
  10. fi
  11.